home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 6-Developer Demos / Developer Demos-Ed. / Macintosh School® CD-ROM Demo / Macintosh SchoolÆ CD-ROM Demo / card_91281.txt < prev    next >
Text File  |  1990-08-14  |  38KB  |  1,816 lines

  1. -- card: 91281 from stack: in
  2. -- bmap block id: 91882
  3. -- flags: 4000
  4. -- background id: 19276
  5. -- name: Alexander, Rick Term
  6. ----- HyperTalk script -----
  7. on moveFields
  8.   repeat with index = 22 to 69
  9.     select card field id index
  10.     doMenu "Copy Field"
  11.     go next
  12.     doMenu "Paste Field"
  13.     go prev
  14.   end repeat
  15. end moveFields
  16.  
  17. on groupTwo
  18.   if not hilite of target then
  19.     repeat with index = 8 to 16
  20.       set hilite of button id index to false
  21.     end repeat
  22.     set hilite of target to true
  23.     getInfo id of target - 8
  24.   end if
  25. end groupTwo
  26.  
  27. on getInfo termNumber
  28.   lock screen
  29.   set cursor to watch
  30.   if termNumber is 1 then
  31.     put "G" into card field id 22 -- Algebra 12
  32.     put "E" into card field id 23
  33.     put 87 into card field id 24
  34.     put "A" into card field id 25
  35.     put 69 into card field id 26
  36.     put 3 into card field id 27
  37.     put 2 into card field id 28
  38.     put 18 into card field id 29
  39.     put 4 into card field id 30
  40.     put empty into card field id 31
  41.     put empty into card field id 32
  42.     put empty into card field id 33
  43.     put "G" into card field id 34 -- Biology 12
  44.     put "F" into card field id 35
  45.     put 78 into card field id 36
  46.     put "B+" into card field id 37
  47.     put 70 into card field id 38
  48.     put 2 into card field id 39
  49.     put 5 into card field id 40
  50.     put 2 into card field id 41
  51.     put empty into card field id 42
  52.     put empty into card field id 43
  53.     put empty into card field id 44
  54.     put empty into card field id 45
  55.     put "E" into card field id 46 -- Chemistry 12
  56.     put "G" into card field id 47
  57.     put 95 into card field id 48
  58.     put "A+" into card field id 49
  59.     put 71 into card field id 50
  60.     put 1 into card field id 51
  61.     put 3 into card field id 52
  62.     put 7 into card field id 53
  63.     put 13 into card field id 54
  64.     put 2 into card field id 55
  65.     put empty into card field id 56
  66.     put empty into card field id 57
  67.     put "P" into card field id 58 -- English 12
  68.     put "F" into card field id 59
  69.     put 64 into card field id 60
  70.     put "C+" into card field id 61
  71.     put 67 into card field id 62
  72.     put 5 into card field id 63
  73.     put 4 into card field id 64
  74.     put 3 into card field id 65
  75.     put 15 into card field id 66
  76.     put empty into card field id 67
  77.     put empty into card field id 68
  78.     put empty into card field id 69
  79.     put "A" into card field id 70 -- Physical Education 12
  80.     put "G" into card field id 71
  81.     put 69 into card field id 72
  82.     put "B-" into card field id 73
  83.     put 72 into card field id 74
  84.     put 0 into card field id 75
  85.     put 1 into card field id 76
  86.     put 11 into card field id 77
  87.     put 17 into card field id 78
  88.     put empty into card field id 79
  89.     put empty into card field id 80
  90.     put empty into card field id 81
  91.   else if termNumber is 2 then
  92.     put "F" into card field id 22 -- Algebra 12
  93.     put "P" into card field id 23
  94.     put 78 into card field id 24
  95.     put "B+" into card field id 25
  96.     put 61 into card field id 26
  97.     put 4 into card field id 27
  98.     put 1 into card field id 28
  99.     put 9 into card field id 29
  100.     put 7 into card field id 30
  101.     put empty into card field id 31
  102.     put empty into card field id 32
  103.     put empty into card field id 33
  104.     put "A" into card field id 34 -- Biology 12
  105.     put "G" into card field id 35
  106.     put 69 into card field id 36
  107.     put "C+" into card field id 37
  108.     put 63 into card field id 38
  109.     put 2 into card field id 39
  110.     put 2 into card field id 40
  111.     put 11 into card field id 41
  112.     put empty into card field id 42
  113.     put empty into card field id 43
  114.     put empty into card field id 44
  115.     put empty into card field id 45
  116.     put "E" into card field id 46 -- Chemistry 12
  117.     put "F" into card field id 47
  118.     put 86 into card field id 48
  119.     put "B+" into card field id 49
  120.     put 60 into card field id 50
  121.     put 4 into card field id 51
  122.     put 3 into card field id 52
  123.     put 1 into card field id 53
  124.     put 23 into card field id 54
  125.     put empty into card field id 55
  126.     put empty into card field id 56
  127.     put empty into card field id 57
  128.     put "G" into card field id 58 -- English 12
  129.     put "G" into card field id 59
  130.     put 60 into card field id 60
  131.     put "C-" into card field id 61
  132.     put 59 into card field id 62
  133.     put 6 into card field id 63
  134.     put 1 into card field id 64
  135.     put 18 into card field id 65
  136.     put 5 into card field id 66
  137.     put empty into card field id 67
  138.     put empty into card field id 68
  139.     put empty into card field id 69
  140.     put "G" into card field id 70 -- Physical Education 12
  141.     put "A" into card field id 71
  142.     put 72 into card field id 72
  143.     put "B" into card field id 73
  144.     put 64 into card field id 74
  145.     put 0 into card field id 75
  146.     put 3 into card field id 76
  147.     put 8 into card field id 77
  148.     put empty into card field id 78
  149.     put empty into card field id 79
  150.     put empty into card field id 80
  151.     put empty into card field id 81
  152.   else if termNumber is 3 then
  153.     put "A" into card field id 22 -- Algebra 12
  154.     put "G" into card field id 23
  155.     put 83 into card field id 24
  156.     put "A-" into card field id 25
  157.     put 67 into card field id 26
  158.     put 3 into card field id 27
  159.     put 2 into card field id 28
  160.     put 18 into card field id 29
  161.     put 4 into card field id 30
  162.     put 7 into card field id 31
  163.     put empty into card field id 32
  164.     put empty into card field id 33
  165.     put "G" into card field id 34 -- Biology 12
  166.     put "G" into card field id 35
  167.     put 75 into card field id 36
  168.     put "B+" into card field id 37
  169.     put 68 into card field id 38
  170.     put 2 into card field id 39
  171.     put 5 into card field id 40
  172.     put empty into card field id 41
  173.     put empty into card field id 42
  174.     put empty into card field id 43
  175.     put empty into card field id 44
  176.     put empty into card field id 45
  177.     put "G" into card field id 46 -- Chemistry 12
  178.     put "E" into card field id 47
  179.     put 90 into card field id 48
  180.     put "A" into card field id 49
  181.     put 69 into card field id 50
  182.     put 1 into card field id 51
  183.     put 3 into card field id 52
  184.     put 7 into card field id 53
  185.     put 13 into card field id 54
  186.     put 16 into card field id 55
  187.     put empty into card field id 56
  188.     put empty into card field id 57
  189.     put "A" into card field id 58 -- English 12
  190.     put "G" into card field id 59
  191.     put 68 into card field id 60
  192.     put "C+" into card field id 61
  193.     put 62 into card field id 62
  194.     put 8 into card field id 63
  195.     put 5 into card field id 64
  196.     put 3 into card field id 65
  197.     put 15 into card field id 66
  198.     put empty into card field id 67
  199.     put empty into card field id 68
  200.     put empty into card field id 69
  201.     put "G" into card field id 70 -- Physical Education 12
  202.     put "E" into card field id 71
  203.     put 69 into card field id 72
  204.     put "B-" into card field id 73
  205.     put 65 into card field id 74
  206.     put 5 into card field id 75
  207.     put 1 into card field id 76
  208.     put 11 into card field id 77
  209.     put 21 into card field id 78
  210.     put empty into card field id 79
  211.     put empty into card field id 80
  212.     put empty into card field id 81
  213.   else if termNumber is 4 then
  214.     put "G" into card field id 22 -- Algebra 12
  215.     put "P" into card field id 23
  216.     put 81 into card field id 24
  217.     put "A-" into card field id 25
  218.     put 67 into card field id 26
  219.     put 3 into card field id 27
  220.     put 2 into card field id 28
  221.     put 18 into card field id 29
  222.     put 4 into card field id 30
  223.     put 7 into card field id 31
  224.     put empty into card field id 32
  225.     put empty into card field id 33
  226.     put "G" into card field id 34 -- Biology 12
  227.     put "G" into card field id 35
  228.     put 72 into card field id 36
  229.     put "B" into card field id 37
  230.     put 63 into card field id 38
  231.     put 1 into card field id 39
  232.     put 3 into card field id 40
  233.     put 15 into card field id 41
  234.     put 17 into card field id 42
  235.     put empty into card field id 43
  236.     put empty into card field id 44
  237.     put empty into card field id 45
  238.     put "E" into card field id 46 -- Chemistry 12
  239.     put "E" into card field id 47
  240.     put 93 into card field id 48
  241.     put "A+" into card field id 49
  242.     put 62 into card field id 50
  243.     put 2 into card field id 51
  244.     put 3 into card field id 52
  245.     put 2 into card field id 53
  246.     put 4 into card field id 54
  247.     put 19 into card field id 55
  248.     put empty into card field id 56
  249.     put empty into card field id 57
  250.     put "G" into card field id 58 -- English 12
  251.     put "F" into card field id 59
  252.     put 65 into card field id 60
  253.     put "C" into card field id 61
  254.     put 61 into card field id 62
  255.     put 3 into card field id 63
  256.     put 1 into card field id 64
  257.     put 4 into card field id 65
  258.     put 9 into card field id 66
  259.     put empty into card field id 67
  260.     put empty into card field id 68
  261.     put empty into card field id 69
  262.     put "G" into card field id 70 -- Physical Education 12
  263.     put "G" into card field id 71
  264.     put 71 into card field id 72
  265.     put "B-" into card field id 73
  266.     put 63 into card field id 74
  267.     put 1 into card field id 75
  268.     put 4 into card field id 76
  269.     put 23 into card field id 77
  270.     put 27 into card field id 78
  271.     put empty into card field id 79
  272.     put empty into card field id 80
  273.     put empty into card field id 81
  274.   else
  275.     repeat with index = 1 to the number of card fields
  276.       put empty into card field index
  277.     end repeat
  278.   end if
  279.   set cursor to hand
  280.   unlock screen
  281. end getInfo
  282.  
  283. on resetCard
  284.   if not hilite of card button id 9 then
  285.     getInfo 1
  286.     set hilite of card button id 8 to false
  287.     set hilite of card button id 9 to true
  288.     set hilite of card button id 10 to false
  289.     set hilite of card button id 11 to false
  290.     set hilite of card button id 12 to false
  291.     set hilite of card button id 13 to false
  292.     set hilite of card button id 14 to false
  293.     set hilite of card button id 15 to false
  294.     set hilite of card button id 16 to false
  295.   end if
  296.   repeat with index = 17 to 21
  297.     set icon of card button id index to "Md Unchecked Box"
  298.   end repeat
  299. end resetCard
  300.  
  301.  
  302.  
  303. -- part 1 (button)
  304. -- low flags: 00
  305. -- high flags: 0000
  306. -- rect: left=0 top=0 right=342 bottom=512
  307. -- title width / last selected line: 0
  308. -- icon id / first selected line: 0 / 0
  309. -- text alignment: 1
  310. -- font id: 0
  311. -- text size: 12
  312. -- style flags: 0
  313. -- line height: 16
  314. -- part name: 
  315.  
  316.  
  317. -- part 2 (button)
  318. -- low flags: 00
  319. -- high flags: 2000
  320. -- rect: left=27 top=305 right=323 bottom=125
  321. -- title width / last selected line: 0
  322. -- icon id / first selected line: 0 / 0
  323. -- text alignment: 1
  324. -- font id: 0
  325. -- text size: 12
  326. -- style flags: 0
  327. -- line height: 16
  328. -- part name: OK
  329. ----- HyperTalk script -----
  330. on mouseUp
  331.   lock screen
  332.   resetCard
  333.   pop card
  334.   unlock screen
  335. end mouseUp
  336.  
  337.  
  338.  
  339. -- part 3 (button)
  340. -- low flags: 00
  341. -- high flags: 2000
  342. -- rect: left=147 top=305 right=323 bottom=245
  343. -- title width / last selected line: 0
  344. -- icon id / first selected line: 0 / 0
  345. -- text alignment: 1
  346. -- font id: 0
  347. -- text size: 12
  348. -- style flags: 0
  349. -- line height: 16
  350. -- part name: Cancel
  351. ----- HyperTalk script -----
  352. on mouseUp
  353.   lock screen
  354.   resetCard
  355.   pop card
  356.   unlock screen
  357. end mouseUp
  358.  
  359.  
  360.  
  361. -- part 4 (button)
  362. -- low flags: 00
  363. -- high flags: 2000
  364. -- rect: left=267 top=305 right=323 bottom=365
  365. -- title width / last selected line: 0
  366. -- icon id / first selected line: 0 / 0
  367. -- text alignment: 1
  368. -- font id: 0
  369. -- text size: 12
  370. -- style flags: 0
  371. -- line height: 16
  372. -- part name: Clear
  373.  
  374.  
  375. -- part 5 (button)
  376. -- low flags: 00
  377. -- high flags: 2000
  378. -- rect: left=387 top=305 right=323 bottom=485
  379. -- title width / last selected line: 0
  380. -- icon id / first selected line: 0 / 0
  381. -- text alignment: 1
  382. -- font id: 0
  383. -- text size: 12
  384. -- style flags: 0
  385. -- line height: 16
  386. -- part name: Comments…
  387. ----- HyperTalk script -----
  388. on mouseUp
  389.   push card
  390.   go to card short name of me of this background
  391. end mouseUp
  392.  
  393.  
  394.  
  395. -- part 6 (button)
  396. -- low flags: 00
  397. -- high flags: 2000
  398. -- rect: left=27 top=42 right=56 bottom=50
  399. -- title width / last selected line: 0
  400. -- icon id / first selected line: 0 / 0
  401. -- text alignment: 1
  402. -- font id: 0
  403. -- text size: 12
  404. -- style flags: 0
  405. -- line height: 16
  406. -- part name: 
  407.  
  408.  
  409. -- part 7 (button)
  410. -- low flags: 00
  411. -- high flags: 2000
  412. -- rect: left=57 top=42 right=56 bottom=80
  413. -- title width / last selected line: 0
  414. -- icon id / first selected line: 0 / 0
  415. -- text alignment: 1
  416. -- font id: 0
  417. -- text size: 12
  418. -- style flags: 0
  419. -- line height: 16
  420. -- part name: 
  421.  
  422.  
  423. -- part 8 (button)
  424. -- low flags: 00
  425. -- high flags: 0000
  426. -- rect: left=386 top=43 right=55 bottom=398
  427. -- title width / last selected line: 0
  428. -- icon id / first selected line: 0 / 0
  429. -- text alignment: 1
  430. -- font id: 0
  431. -- text size: 12
  432. -- style flags: 0
  433. -- line height: 16
  434. -- part name: 
  435. ----- HyperTalk script -----
  436. on mouseUp
  437.   groupTwo
  438. end mouseUp
  439.  
  440.  
  441.  
  442. -- part 9 (button)
  443. -- low flags: 00
  444. -- high flags: 4000
  445. -- rect: left=397 top=43 right=55 bottom=409
  446. -- title width / last selected line: 0
  447. -- icon id / first selected line: 0 / 0
  448. -- text alignment: 1
  449. -- font id: 0
  450. -- text size: 12
  451. -- style flags: 0
  452. -- line height: 16
  453. -- part name: 
  454. ----- HyperTalk script -----
  455. on mouseUp
  456.   groupTwo
  457. end mouseUp
  458.  
  459.  
  460.  
  461. -- part 10 (button)
  462. -- low flags: 00
  463. -- high flags: 0000
  464. -- rect: left=408 top=43 right=55 bottom=420
  465. -- title width / last selected line: 0
  466. -- icon id / first selected line: 0 / 0
  467. -- text alignment: 1
  468. -- font id: 0
  469. -- text size: 12
  470. -- style flags: 0
  471. -- line height: 16
  472. -- part name: 
  473. ----- HyperTalk script -----
  474. on mouseUp
  475.   groupTwo
  476. end mouseUp
  477.  
  478.  
  479.  
  480. -- part 11 (button)
  481. -- low flags: 00
  482. -- high flags: 0000
  483. -- rect: left=419 top=43 right=55 bottom=431
  484. -- title width / last selected line: 0
  485. -- icon id / first selected line: 0 / 0
  486. -- text alignment: 1
  487. -- font id: 0
  488. -- text size: 12
  489. -- style flags: 0
  490. -- line height: 16
  491. -- part name: 
  492. ----- HyperTalk script -----
  493. on mouseUp
  494.   groupTwo
  495. end mouseUp
  496.  
  497.  
  498.  
  499. -- part 12 (button)
  500. -- low flags: 00
  501. -- high flags: 0000
  502. -- rect: left=430 top=43 right=55 bottom=442
  503. -- title width / last selected line: 0
  504. -- icon id / first selected line: 0 / 0
  505. -- text alignment: 1
  506. -- font id: 0
  507. -- text size: 12
  508. -- style flags: 0
  509. -- line height: 16
  510. -- part name: 
  511. ----- HyperTalk script -----
  512. on mouseUp
  513.   groupTwo
  514. end mouseUp
  515.  
  516.  
  517.  
  518. -- part 13 (button)
  519. -- low flags: 00
  520. -- high flags: 0000
  521. -- rect: left=441 top=43 right=55 bottom=453
  522. -- title width / last selected line: 0
  523. -- icon id / first selected line: 0 / 0
  524. -- text alignment: 1
  525. -- font id: 0
  526. -- text size: 12
  527. -- style flags: 0
  528. -- line height: 16
  529. -- part name: 
  530. ----- HyperTalk script -----
  531. on mouseUp
  532.   groupTwo
  533. end mouseUp
  534.  
  535.  
  536.  
  537. -- part 14 (button)
  538. -- low flags: 00
  539. -- high flags: 0000
  540. -- rect: left=452 top=43 right=55 bottom=464
  541. -- title width / last selected line: 0
  542. -- icon id / first selected line: 0 / 0
  543. -- text alignment: 1
  544. -- font id: 0
  545. -- text size: 12
  546. -- style flags: 0
  547. -- line height: 16
  548. -- part name: 
  549. ----- HyperTalk script -----
  550. on mouseUp
  551.   groupTwo
  552. end mouseUp
  553.  
  554.  
  555.  
  556. -- part 15 (button)
  557. -- low flags: 00
  558. -- high flags: 0000
  559. -- rect: left=463 top=43 right=55 bottom=475
  560. -- title width / last selected line: 0
  561. -- icon id / first selected line: 0 / 0
  562. -- text alignment: 1
  563. -- font id: 0
  564. -- text size: 12
  565. -- style flags: 0
  566. -- line height: 16
  567. -- part name: 
  568. ----- HyperTalk script -----
  569. on mouseUp
  570.   groupTwo
  571. end mouseUp
  572.  
  573.  
  574.  
  575. -- part 16 (button)
  576. -- low flags: 00
  577. -- high flags: 0000
  578. -- rect: left=474 top=43 right=55 bottom=486
  579. -- title width / last selected line: 0
  580. -- icon id / first selected line: 0 / 0
  581. -- text alignment: 1
  582. -- font id: 0
  583. -- text size: 12
  584. -- style flags: 0
  585. -- line height: 16
  586. -- part name: 
  587. ----- HyperTalk script -----
  588. on mouseUp
  589.   groupTwo
  590. end mouseUp
  591.  
  592.  
  593.  
  594. -- part 17 (button)
  595. -- low flags: 00
  596. -- high flags: 0000
  597. -- rect: left=159 top=102 right=116 bottom=173
  598. -- title width / last selected line: 0
  599. -- icon id / first selected line: 5064 / 5064
  600. -- text alignment: 1
  601. -- font id: 3
  602. -- text size: 10
  603. -- style flags: 0
  604. -- line height: 13
  605. -- part name: 
  606. ----- HyperTalk script -----
  607. on mouseUp
  608.   if icon of me is "5065" then
  609.     set icon of me to "Md Unchecked Box"
  610.   else set icon of me to "Md Checked Box"
  611. end mouseUp
  612.  
  613.  
  614. -- part 18 (button)
  615. -- low flags: 00
  616. -- high flags: 0000
  617. -- rect: left=159 top=133 right=147 bottom=173
  618. -- title width / last selected line: 0
  619. -- icon id / first selected line: 5064 / 5064
  620. -- text alignment: 1
  621. -- font id: 3
  622. -- text size: 10
  623. -- style flags: 0
  624. -- line height: 13
  625. -- part name: 
  626. ----- HyperTalk script -----
  627. on mouseUp
  628.   if icon of me is "5065" then
  629.     set icon of me to "Md Unchecked Box"
  630.   else set icon of me to "Md Checked Box"
  631. end mouseUp
  632.  
  633.  
  634. -- part 19 (button)
  635. -- low flags: 00
  636. -- high flags: 0000
  637. -- rect: left=159 top=164 right=178 bottom=173
  638. -- title width / last selected line: 0
  639. -- icon id / first selected line: 5064 / 5064
  640. -- text alignment: 1
  641. -- font id: 3
  642. -- text size: 10
  643. -- style flags: 0
  644. -- line height: 13
  645. -- part name: 
  646. ----- HyperTalk script -----
  647. on mouseUp
  648.   if icon of me is "5065" then
  649.     set icon of me to "Md Unchecked Box"
  650.   else set icon of me to "Md Checked Box"
  651. end mouseUp
  652.  
  653.  
  654. -- part 20 (button)
  655. -- low flags: 00
  656. -- high flags: 0000
  657. -- rect: left=159 top=195 right=209 bottom=173
  658. -- title width / last selected line: 0
  659. -- icon id / first selected line: 5064 / 5064
  660. -- text alignment: 1
  661. -- font id: 3
  662. -- text size: 10
  663. -- style flags: 0
  664. -- line height: 13
  665. -- part name: 
  666. ----- HyperTalk script -----
  667. on mouseUp
  668.   if icon of me is "5065" then
  669.     set icon of me to "Md Unchecked Box"
  670.   else set icon of me to "Md Checked Box"
  671. end mouseUp
  672.  
  673.  
  674. -- part 21 (button)
  675. -- low flags: 00
  676. -- high flags: 0000
  677. -- rect: left=159 top=226 right=240 bottom=173
  678. -- title width / last selected line: 0
  679. -- icon id / first selected line: 5064 / 5064
  680. -- text alignment: 1
  681. -- font id: 3
  682. -- text size: 10
  683. -- style flags: 0
  684. -- line height: 13
  685. -- part name: 
  686. ----- HyperTalk script -----
  687. on mouseUp
  688.   if icon of me is "5065" then
  689.     set icon of me to "Md Unchecked Box"
  690.   else set icon of me to "Md Checked Box"
  691. end mouseUp
  692.  
  693.  
  694. -- part 22 (field)
  695. -- low flags: 00
  696. -- high flags: 0000
  697. -- rect: left=183 top=102 right=116 bottom=216
  698. -- title width / last selected line: 0
  699. -- icon id / first selected line: 0 / 0
  700. -- text alignment: 0
  701. -- font id: 3
  702. -- text size: 9
  703. -- style flags: 0
  704. -- line height: 12
  705. -- part name: 
  706.  
  707.  
  708. -- part 23 (field)
  709. -- low flags: 00
  710. -- high flags: 0000
  711. -- rect: left=217 top=102 right=116 bottom=250
  712. -- title width / last selected line: 0
  713. -- icon id / first selected line: 0 / 0
  714. -- text alignment: 0
  715. -- font id: 3
  716. -- text size: 9
  717. -- style flags: 0
  718. -- line height: 12
  719. -- part name: 
  720.  
  721.  
  722. -- part 24 (field)
  723. -- low flags: 00
  724. -- high flags: 0000
  725. -- rect: left=251 top=102 right=116 bottom=294
  726. -- title width / last selected line: 0
  727. -- icon id / first selected line: 0 / 0
  728. -- text alignment: 65535
  729. -- font id: 3
  730. -- text size: 9
  731. -- style flags: 0
  732. -- line height: 12
  733. -- part name: 
  734.  
  735.  
  736. -- part 25 (field)
  737. -- low flags: 00
  738. -- high flags: 0000
  739. -- rect: left=295 top=102 right=116 bottom=338
  740. -- title width / last selected line: 0
  741. -- icon id / first selected line: 0 / 0
  742. -- text alignment: 0
  743. -- font id: 3
  744. -- text size: 9
  745. -- style flags: 0
  746. -- line height: 12
  747. -- part name: 
  748.  
  749.  
  750. -- part 26 (field)
  751. -- low flags: 00
  752. -- high flags: 0000
  753. -- rect: left=339 top=102 right=116 bottom=382
  754. -- title width / last selected line: 0
  755. -- icon id / first selected line: 0 / 0
  756. -- text alignment: 65535
  757. -- font id: 3
  758. -- text size: 9
  759. -- style flags: 0
  760. -- line height: 12
  761. -- part name: 
  762.  
  763.  
  764. -- part 27 (field)
  765. -- low flags: 00
  766. -- high flags: 0000
  767. -- rect: left=383 top=102 right=116 bottom=426
  768. -- title width / last selected line: 0
  769. -- icon id / first selected line: 0 / 0
  770. -- text alignment: 65535
  771. -- font id: 3
  772. -- text size: 9
  773. -- style flags: 0
  774. -- line height: 12
  775. -- part name: 
  776.  
  777.  
  778. -- part 28 (field)
  779. -- low flags: 00
  780. -- high flags: 0000
  781. -- rect: left=427 top=102 right=116 bottom=470
  782. -- title width / last selected line: 0
  783. -- icon id / first selected line: 0 / 0
  784. -- text alignment: 65535
  785. -- font id: 3
  786. -- text size: 9
  787. -- style flags: 0
  788. -- line height: 12
  789. -- part name: 
  790.  
  791.  
  792. -- part 29 (field)
  793. -- low flags: 00
  794. -- high flags: 0000
  795. -- rect: left=251 top=117 right=131 bottom=294
  796. -- title width / last selected line: 0
  797. -- icon id / first selected line: 0 / 0
  798. -- text alignment: 0
  799. -- font id: 3
  800. -- text size: 9
  801. -- style flags: 0
  802. -- line height: 12
  803. -- part name: 
  804.  
  805.  
  806. -- part 30 (field)
  807. -- low flags: 00
  808. -- high flags: 0000
  809. -- rect: left=295 top=117 right=131 bottom=338
  810. -- title width / last selected line: 0
  811. -- icon id / first selected line: 0 / 0
  812. -- text alignment: 0
  813. -- font id: 3
  814. -- text size: 9
  815. -- style flags: 0
  816. -- line height: 12
  817. -- part name: 
  818.  
  819.  
  820. -- part 31 (field)
  821. -- low flags: 00
  822. -- high flags: 0000
  823. -- rect: left=339 top=117 right=131 bottom=382
  824. -- title width / last selected line: 0
  825. -- icon id / first selected line: 0 / 0
  826. -- text alignment: 0
  827. -- font id: 3
  828. -- text size: 9
  829. -- style flags: 0
  830. -- line height: 12
  831. -- part name: 
  832.  
  833.  
  834. -- part 32 (field)
  835. -- low flags: 00
  836. -- high flags: 0000
  837. -- rect: left=383 top=117 right=131 bottom=426
  838. -- title width / last selected line: 0
  839. -- icon id / first selected line: 0 / 0
  840. -- text alignment: 0
  841. -- font id: 3
  842. -- text size: 9
  843. -- style flags: 0
  844. -- line height: 12
  845. -- part name: 
  846.  
  847.  
  848. -- part 33 (field)
  849. -- low flags: 00
  850. -- high flags: 0000
  851. -- rect: left=427 top=117 right=131 bottom=470
  852. -- title width / last selected line: 0
  853. -- icon id / first selected line: 0 / 0
  854. -- text alignment: 0
  855. -- font id: 3
  856. -- text size: 9
  857. -- style flags: 0
  858. -- line height: 12
  859. -- part name: 
  860.  
  861.  
  862. -- part 34 (field)
  863. -- low flags: 00
  864. -- high flags: 0000
  865. -- rect: left=183 top=133 right=147 bottom=216
  866. -- title width / last selected line: 0
  867. -- icon id / first selected line: 0 / 0
  868. -- text alignment: 0
  869. -- font id: 3
  870. -- text size: 9
  871. -- style flags: 0
  872. -- line height: 12
  873. -- part name: 
  874.  
  875.  
  876. -- part 35 (field)
  877. -- low flags: 00
  878. -- high flags: 0000
  879. -- rect: left=217 top=133 right=147 bottom=250
  880. -- title width / last selected line: 0
  881. -- icon id / first selected line: 0 / 0
  882. -- text alignment: 0
  883. -- font id: 3
  884. -- text size: 9
  885. -- style flags: 0
  886. -- line height: 12
  887. -- part name: 
  888.  
  889.  
  890. -- part 36 (field)
  891. -- low flags: 00
  892. -- high flags: 0000
  893. -- rect: left=251 top=133 right=147 bottom=294
  894. -- title width / last selected line: 0
  895. -- icon id / first selected line: 0 / 0
  896. -- text alignment: 65535
  897. -- font id: 3
  898. -- text size: 9
  899. -- style flags: 0
  900. -- line height: 12
  901. -- part name: 
  902.  
  903.  
  904. -- part 37 (field)
  905. -- low flags: 00
  906. -- high flags: 0000
  907. -- rect: left=295 top=133 right=147 bottom=338
  908. -- title width / last selected line: 0
  909. -- icon id / first selected line: 0 / 0
  910. -- text alignment: 0
  911. -- font id: 3
  912. -- text size: 9
  913. -- style flags: 0
  914. -- line height: 12
  915. -- part name: 
  916.  
  917.  
  918. -- part 38 (field)
  919. -- low flags: 00
  920. -- high flags: 0000
  921. -- rect: left=339 top=133 right=147 bottom=382
  922. -- title width / last selected line: 0
  923. -- icon id / first selected line: 0 / 0
  924. -- text alignment: 65535
  925. -- font id: 3
  926. -- text size: 9
  927. -- style flags: 0
  928. -- line height: 12
  929. -- part name: 
  930.  
  931.  
  932. -- part 39 (field)
  933. -- low flags: 00
  934. -- high flags: 0000
  935. -- rect: left=383 top=133 right=147 bottom=426
  936. -- title width / last selected line: 0
  937. -- icon id / first selected line: 0 / 0
  938. -- text alignment: 65535
  939. -- font id: 3
  940. -- text size: 9
  941. -- style flags: 0
  942. -- line height: 12
  943. -- part name: 
  944.  
  945.  
  946. -- part 40 (field)
  947. -- low flags: 00
  948. -- high flags: 0000
  949. -- rect: left=427 top=133 right=147 bottom=470
  950. -- title width / last selected line: 0
  951. -- icon id / first selected line: 0 / 0
  952. -- text alignment: 65535
  953. -- font id: 3
  954. -- text size: 9
  955. -- style flags: 0
  956. -- line height: 12
  957. -- part name: 
  958.  
  959.  
  960. -- part 41 (field)
  961. -- low flags: 00
  962. -- high flags: 0000
  963. -- rect: left=251 top=148 right=162 bottom=294
  964. -- title width / last selected line: 0
  965. -- icon id / first selected line: 0 / 0
  966. -- text alignment: 0
  967. -- font id: 3
  968. -- text size: 9
  969. -- style flags: 0
  970. -- line height: 12
  971. -- part name: 
  972.  
  973.  
  974. -- part 42 (field)
  975. -- low flags: 00
  976. -- high flags: 0000
  977. -- rect: left=295 top=148 right=162 bottom=338
  978. -- title width / last selected line: 0
  979. -- icon id / first selected line: 0 / 0
  980. -- text alignment: 0
  981. -- font id: 3
  982. -- text size: 9
  983. -- style flags: 0
  984. -- line height: 12
  985. -- part name: 
  986.  
  987.  
  988. -- part 43 (field)
  989. -- low flags: 00
  990. -- high flags: 0000
  991. -- rect: left=339 top=148 right=162 bottom=382
  992. -- title width / last selected line: 0
  993. -- icon id / first selected line: 0 / 0
  994. -- text alignment: 0
  995. -- font id: 3
  996. -- text size: 9
  997. -- style flags: 0
  998. -- line height: 12
  999. -- part name: 
  1000.  
  1001.  
  1002. -- part 44 (field)
  1003. -- low flags: 00
  1004. -- high flags: 0000
  1005. -- rect: left=383 top=148 right=162 bottom=426
  1006. -- title width / last selected line: 0
  1007. -- icon id / first selected line: 0 / 0
  1008. -- text alignment: 0
  1009. -- font id: 3
  1010. -- text size: 9
  1011. -- style flags: 0
  1012. -- line height: 12
  1013. -- part name: 
  1014.  
  1015.  
  1016. -- part 45 (field)
  1017. -- low flags: 00
  1018. -- high flags: 0000
  1019. -- rect: left=427 top=148 right=162 bottom=470
  1020. -- title width / last selected line: 0
  1021. -- icon id / first selected line: 0 / 0
  1022. -- text alignment: 0
  1023. -- font id: 3
  1024. -- text size: 9
  1025. -- style flags: 0
  1026. -- line height: 12
  1027. -- part name: 
  1028.  
  1029.  
  1030. -- part 46 (field)
  1031. -- low flags: 00
  1032. -- high flags: 0000
  1033. -- rect: left=183 top=164 right=178 bottom=216
  1034. -- title width / last selected line: 0
  1035. -- icon id / first selected line: 0 / 0
  1036. -- text alignment: 0
  1037. -- font id: 3
  1038. -- text size: 9
  1039. -- style flags: 0
  1040. -- line height: 12
  1041. -- part name: 
  1042.  
  1043.  
  1044. -- part 47 (field)
  1045. -- low flags: 00
  1046. -- high flags: 0000
  1047. -- rect: left=217 top=164 right=178 bottom=250
  1048. -- title width / last selected line: 0
  1049. -- icon id / first selected line: 0 / 0
  1050. -- text alignment: 0
  1051. -- font id: 3
  1052. -- text size: 9
  1053. -- style flags: 0
  1054. -- line height: 12
  1055. -- part name: 
  1056.  
  1057.  
  1058. -- part 48 (field)
  1059. -- low flags: 00
  1060. -- high flags: 0000
  1061. -- rect: left=251 top=164 right=178 bottom=294
  1062. -- title width / last selected line: 0
  1063. -- icon id / first selected line: 0 / 0
  1064. -- text alignment: 65535
  1065. -- font id: 3
  1066. -- text size: 9
  1067. -- style flags: 0
  1068. -- line height: 12
  1069. -- part name: 
  1070.  
  1071.  
  1072. -- part 49 (field)
  1073. -- low flags: 00
  1074. -- high flags: 0000
  1075. -- rect: left=295 top=164 right=178 bottom=338
  1076. -- title width / last selected line: 0
  1077. -- icon id / first selected line: 0 / 0
  1078. -- text alignment: 0
  1079. -- font id: 3
  1080. -- text size: 9
  1081. -- style flags: 0
  1082. -- line height: 12
  1083. -- part name: 
  1084.  
  1085.  
  1086. -- part 50 (field)
  1087. -- low flags: 00
  1088. -- high flags: 0000
  1089. -- rect: left=339 top=164 right=178 bottom=382
  1090. -- title width / last selected line: 0
  1091. -- icon id / first selected line: 0 / 0
  1092. -- text alignment: 65535
  1093. -- font id: 3
  1094. -- text size: 9
  1095. -- style flags: 0
  1096. -- line height: 12
  1097. -- part name: 
  1098.  
  1099.  
  1100. -- part 51 (field)
  1101. -- low flags: 00
  1102. -- high flags: 0000
  1103. -- rect: left=383 top=164 right=178 bottom=426
  1104. -- title width / last selected line: 0
  1105. -- icon id / first selected line: 0 / 0
  1106. -- text alignment: 65535
  1107. -- font id: 3
  1108. -- text size: 9
  1109. -- style flags: 0
  1110. -- line height: 12
  1111. -- part name: 
  1112.  
  1113.  
  1114. -- part 52 (field)
  1115. -- low flags: 00
  1116. -- high flags: 0000
  1117. -- rect: left=427 top=164 right=178 bottom=470
  1118. -- title width / last selected line: 0
  1119. -- icon id / first selected line: 0 / 0
  1120. -- text alignment: 65535
  1121. -- font id: 3
  1122. -- text size: 9
  1123. -- style flags: 0
  1124. -- line height: 12
  1125. -- part name: 
  1126.  
  1127.  
  1128. -- part 53 (field)
  1129. -- low flags: 00
  1130. -- high flags: 0000
  1131. -- rect: left=251 top=179 right=193 bottom=294
  1132. -- title width / last selected line: 0
  1133. -- icon id / first selected line: 0 / 0
  1134. -- text alignment: 0
  1135. -- font id: 3
  1136. -- text size: 9
  1137. -- style flags: 0
  1138. -- line height: 12
  1139. -- part name: 
  1140.  
  1141.  
  1142. -- part 54 (field)
  1143. -- low flags: 00
  1144. -- high flags: 0000
  1145. -- rect: left=295 top=179 right=193 bottom=338
  1146. -- title width / last selected line: 0
  1147. -- icon id / first selected line: 0 / 0
  1148. -- text alignment: 0
  1149. -- font id: 3
  1150. -- text size: 9
  1151. -- style flags: 0
  1152. -- line height: 12
  1153. -- part name: 
  1154.  
  1155.  
  1156. -- part 55 (field)
  1157. -- low flags: 00
  1158. -- high flags: 0000
  1159. -- rect: left=339 top=179 right=193 bottom=382
  1160. -- title width / last selected line: 0
  1161. -- icon id / first selected line: 0 / 0
  1162. -- text alignment: 0
  1163. -- font id: 3
  1164. -- text size: 9
  1165. -- style flags: 0
  1166. -- line height: 12
  1167. -- part name: 
  1168.  
  1169.  
  1170. -- part 56 (field)
  1171. -- low flags: 00
  1172. -- high flags: 0000
  1173. -- rect: left=383 top=179 right=193 bottom=426
  1174. -- title width / last selected line: 0
  1175. -- icon id / first selected line: 0 / 0
  1176. -- text alignment: 0
  1177. -- font id: 3
  1178. -- text size: 9
  1179. -- style flags: 0
  1180. -- line height: 12
  1181. -- part name: 
  1182.  
  1183.  
  1184. -- part 57 (field)
  1185. -- low flags: 00
  1186. -- high flags: 0000
  1187. -- rect: left=427 top=179 right=193 bottom=470
  1188. -- title width / last selected line: 0
  1189. -- icon id / first selected line: 0 / 0
  1190. -- text alignment: 0
  1191. -- font id: 3
  1192. -- text size: 9
  1193. -- style flags: 0
  1194. -- line height: 12
  1195. -- part name: 
  1196.  
  1197.  
  1198. -- part 58 (field)
  1199. -- low flags: 00
  1200. -- high flags: 0000
  1201. -- rect: left=183 top=195 right=209 bottom=216
  1202. -- title width / last selected line: 0
  1203. -- icon id / first selected line: 0 / 0
  1204. -- text alignment: 0
  1205. -- font id: 3
  1206. -- text size: 9
  1207. -- style flags: 0
  1208. -- line height: 12
  1209. -- part name: 
  1210.  
  1211.  
  1212. -- part 59 (field)
  1213. -- low flags: 00
  1214. -- high flags: 0000
  1215. -- rect: left=217 top=195 right=209 bottom=250
  1216. -- title width / last selected line: 0
  1217. -- icon id / first selected line: 0 / 0
  1218. -- text alignment: 0
  1219. -- font id: 3
  1220. -- text size: 9
  1221. -- style flags: 0
  1222. -- line height: 12
  1223. -- part name: 
  1224.  
  1225.  
  1226. -- part 60 (field)
  1227. -- low flags: 00
  1228. -- high flags: 0000
  1229. -- rect: left=251 top=195 right=209 bottom=294
  1230. -- title width / last selected line: 0
  1231. -- icon id / first selected line: 0 / 0
  1232. -- text alignment: 65535
  1233. -- font id: 3
  1234. -- text size: 9
  1235. -- style flags: 0
  1236. -- line height: 12
  1237. -- part name: 
  1238.  
  1239.  
  1240. -- part 61 (field)
  1241. -- low flags: 00
  1242. -- high flags: 0000
  1243. -- rect: left=295 top=195 right=209 bottom=338
  1244. -- title width / last selected line: 0
  1245. -- icon id / first selected line: 0 / 0
  1246. -- text alignment: 0
  1247. -- font id: 3
  1248. -- text size: 9
  1249. -- style flags: 0
  1250. -- line height: 12
  1251. -- part name: 
  1252.  
  1253.  
  1254. -- part 62 (field)
  1255. -- low flags: 00
  1256. -- high flags: 0000
  1257. -- rect: left=339 top=195 right=209 bottom=382
  1258. -- title width / last selected line: 0
  1259. -- icon id / first selected line: 0 / 0
  1260. -- text alignment: 65535
  1261. -- font id: 3
  1262. -- text size: 9
  1263. -- style flags: 0
  1264. -- line height: 12
  1265. -- part name: 
  1266.  
  1267.  
  1268. -- part 63 (field)
  1269. -- low flags: 00
  1270. -- high flags: 0000
  1271. -- rect: left=383 top=195 right=209 bottom=426
  1272. -- title width / last selected line: 0
  1273. -- icon id / first selected line: 0 / 0
  1274. -- text alignment: 65535
  1275. -- font id: 3
  1276. -- text size: 9
  1277. -- style flags: 0
  1278. -- line height: 12
  1279. -- part name: 
  1280.  
  1281.  
  1282. -- part 64 (field)
  1283. -- low flags: 00
  1284. -- high flags: 0000
  1285. -- rect: left=427 top=195 right=209 bottom=470
  1286. -- title width / last selected line: 0
  1287. -- icon id / first selected line: 0 / 0
  1288. -- text alignment: 65535
  1289. -- font id: 3
  1290. -- text size: 9
  1291. -- style flags: 0
  1292. -- line height: 12
  1293. -- part name: 
  1294.  
  1295.  
  1296. -- part 65 (field)
  1297. -- low flags: 00
  1298. -- high flags: 0000
  1299. -- rect: left=251 top=210 right=224 bottom=294
  1300. -- title width / last selected line: 0
  1301. -- icon id / first selected line: 0 / 0
  1302. -- text alignment: 0
  1303. -- font id: 3
  1304. -- text size: 9
  1305. -- style flags: 0
  1306. -- line height: 12
  1307. -- part name: 
  1308.  
  1309.  
  1310. -- part 66 (field)
  1311. -- low flags: 00
  1312. -- high flags: 0000
  1313. -- rect: left=295 top=210 right=224 bottom=338
  1314. -- title width / last selected line: 0
  1315. -- icon id / first selected line: 0 / 0
  1316. -- text alignment: 0
  1317. -- font id: 3
  1318. -- text size: 9
  1319. -- style flags: 0
  1320. -- line height: 12
  1321. -- part name: 
  1322.  
  1323.  
  1324. -- part 67 (field)
  1325. -- low flags: 00
  1326. -- high flags: 0000
  1327. -- rect: left=339 top=210 right=224 bottom=382
  1328. -- title width / last selected line: 0
  1329. -- icon id / first selected line: 0 / 0
  1330. -- text alignment: 0
  1331. -- font id: 3
  1332. -- text size: 9
  1333. -- style flags: 0
  1334. -- line height: 12
  1335. -- part name: 
  1336.  
  1337.  
  1338. -- part 68 (field)
  1339. -- low flags: 00
  1340. -- high flags: 0000
  1341. -- rect: left=383 top=210 right=224 bottom=426
  1342. -- title width / last selected line: 0
  1343. -- icon id / first selected line: 0 / 0
  1344. -- text alignment: 0
  1345. -- font id: 3
  1346. -- text size: 9
  1347. -- style flags: 0
  1348. -- line height: 12
  1349. -- part name: 
  1350.  
  1351.  
  1352. -- part 69 (field)
  1353. -- low flags: 00
  1354. -- high flags: 0000
  1355. -- rect: left=427 top=210 right=224 bottom=470
  1356. -- title width / last selected line: 0
  1357. -- icon id / first selected line: 0 / 0
  1358. -- text alignment: 0
  1359. -- font id: 3
  1360. -- text size: 9
  1361. -- style flags: 0
  1362. -- line height: 12
  1363. -- part name: 
  1364.  
  1365.  
  1366. -- part 70 (field)
  1367. -- low flags: 00
  1368. -- high flags: 0000
  1369. -- rect: left=183 top=226 right=240 bottom=216
  1370. -- title width / last selected line: 0
  1371. -- icon id / first selected line: 0 / 0
  1372. -- text alignment: 0
  1373. -- font id: 3
  1374. -- text size: 9
  1375. -- style flags: 0
  1376. -- line height: 12
  1377. -- part name: 
  1378.  
  1379.  
  1380. -- part 71 (field)
  1381. -- low flags: 00
  1382. -- high flags: 0000
  1383. -- rect: left=217 top=226 right=240 bottom=250
  1384. -- title width / last selected line: 0
  1385. -- icon id / first selected line: 0 / 0
  1386. -- text alignment: 0
  1387. -- font id: 3
  1388. -- text size: 9
  1389. -- style flags: 0
  1390. -- line height: 12
  1391. -- part name: 
  1392.  
  1393.  
  1394. -- part 72 (field)
  1395. -- low flags: 00
  1396. -- high flags: 0000
  1397. -- rect: left=251 top=226 right=240 bottom=294
  1398. -- title width / last selected line: 0
  1399. -- icon id / first selected line: 0 / 0
  1400. -- text alignment: 65535
  1401. -- font id: 3
  1402. -- text size: 9
  1403. -- style flags: 0
  1404. -- line height: 12
  1405. -- part name: 
  1406.  
  1407.  
  1408. -- part 73 (field)
  1409. -- low flags: 00
  1410. -- high flags: 0000
  1411. -- rect: left=295 top=226 right=240 bottom=338
  1412. -- title width / last selected line: 0
  1413. -- icon id / first selected line: 0 / 0
  1414. -- text alignment: 0
  1415. -- font id: 3
  1416. -- text size: 9
  1417. -- style flags: 0
  1418. -- line height: 12
  1419. -- part name: 
  1420.  
  1421.  
  1422. -- part 74 (field)
  1423. -- low flags: 00
  1424. -- high flags: 0000
  1425. -- rect: left=339 top=226 right=240 bottom=382
  1426. -- title width / last selected line: 0
  1427. -- icon id / first selected line: 0 / 0
  1428. -- text alignment: 65535
  1429. -- font id: 3
  1430. -- text size: 9
  1431. -- style flags: 0
  1432. -- line height: 12
  1433. -- part name: 
  1434.  
  1435.  
  1436. -- part 75 (field)
  1437. -- low flags: 00
  1438. -- high flags: 0000
  1439. -- rect: left=383 top=226 right=240 bottom=426
  1440. -- title width / last selected line: 0
  1441. -- icon id / first selected line: 0 / 0
  1442. -- text alignment: 65535
  1443. -- font id: 3
  1444. -- text size: 9
  1445. -- style flags: 0
  1446. -- line height: 12
  1447. -- part name: 
  1448.  
  1449.  
  1450. -- part 76 (field)
  1451. -- low flags: 00
  1452. -- high flags: 0000
  1453. -- rect: left=427 top=226 right=240 bottom=470
  1454. -- title width / last selected line: 0
  1455. -- icon id / first selected line: 0 / 0
  1456. -- text alignment: 65535
  1457. -- font id: 3
  1458. -- text size: 9
  1459. -- style flags: 0
  1460. -- line height: 12
  1461. -- part name: 
  1462.  
  1463.  
  1464. -- part 77 (field)
  1465. -- low flags: 00
  1466. -- high flags: 0000
  1467. -- rect: left=251 top=241 right=255 bottom=294
  1468. -- title width / last selected line: 0
  1469. -- icon id / first selected line: 0 / 0
  1470. -- text alignment: 0
  1471. -- font id: 3
  1472. -- text size: 9
  1473. -- style flags: 0
  1474. -- line height: 12
  1475. -- part name: 
  1476.  
  1477.  
  1478. -- part 78 (field)
  1479. -- low flags: 00
  1480. -- high flags: 0000
  1481. -- rect: left=295 top=241 right=255 bottom=338
  1482. -- title width / last selected line: 0
  1483. -- icon id / first selected line: 0 / 0
  1484. -- text alignment: 0
  1485. -- font id: 3
  1486. -- text size: 9
  1487. -- style flags: 0
  1488. -- line height: 12
  1489. -- part name: 
  1490.  
  1491.  
  1492. -- part 79 (field)
  1493. -- low flags: 00
  1494. -- high flags: 0000
  1495. -- rect: left=339 top=241 right=255 bottom=382
  1496. -- title width / last selected line: 0
  1497. -- icon id / first selected line: 0 / 0
  1498. -- text alignment: 0
  1499. -- font id: 3
  1500. -- text size: 9
  1501. -- style flags: 0
  1502. -- line height: 12
  1503. -- part name: 
  1504.  
  1505.  
  1506. -- part 80 (field)
  1507. -- low flags: 00
  1508. -- high flags: 0000
  1509. -- rect: left=383 top=241 right=255 bottom=426
  1510. -- title width / last selected line: 0
  1511. -- icon id / first selected line: 0 / 0
  1512. -- text alignment: 0
  1513. -- font id: 3
  1514. -- text size: 9
  1515. -- style flags: 0
  1516. -- line height: 12
  1517. -- part name: 
  1518.  
  1519.  
  1520. -- part 81 (field)
  1521. -- low flags: 00
  1522. -- high flags: 0000
  1523. -- rect: left=427 top=241 right=255 bottom=470
  1524. -- title width / last selected line: 0
  1525. -- icon id / first selected line: 0 / 0
  1526. -- text alignment: 0
  1527. -- font id: 3
  1528. -- text size: 9
  1529. -- style flags: 0
  1530. -- line height: 12
  1531. -- part name: 
  1532.  
  1533.  
  1534. -- part contents for background part 3
  1535. ----- text -----
  1536. 47
  1537. 80
  1538. 53
  1539. 54
  1540. 52
  1541. 102
  1542. 48
  1543. 13
  1544. 94
  1545. 93
  1546. 103
  1547. 104
  1548. 44
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554. -- part contents for background part 4
  1555. ----- text -----
  1556. Abrosimoff, Michael John
  1557. Adams, Bryan
  1558. Alexander, Rick
  1559. Alexander, Susan
  1560. Allsop, Blair M.
  1561. Azimov, Isaac
  1562. Barisoff, Larissa
  1563. Bunyan, Paul
  1564. Burnyeat, Grant
  1565. Caldwell, Brian
  1566. Chalk, Patricia
  1567. Collins, Bob
  1568. Conkin, Elizabeth
  1569.  
  1570. -- part contents for background part 5
  1571. ----- text -----
  1572. 112
  1573. 112
  1574. 112
  1575. 112
  1576. 112
  1577. N/A
  1578. 112
  1579. 112
  1580. 112
  1581. 112
  1582. N/A
  1583. N/A
  1584. 112
  1585.  
  1586. -- part contents for background part 6
  1587. ----- text -----
  1588. 12
  1589. 12
  1590. 12
  1591. 12
  1592. 12
  1593. 11
  1594. 12
  1595. 12
  1596. 12
  1597. 12
  1598. 11
  1599. 11
  1600. 12
  1601.  
  1602. -- part contents for background part 7
  1603. ----- text -----
  1604. 0.000
  1605. 0.000
  1606. 0.000
  1607. 0.000
  1608. 0.000
  1609. 1.000
  1610. 0.000
  1611. 0.000
  1612. 0.000
  1613. 0.000
  1614. 0.000
  1615. 0.000
  1616. 0.000
  1617.  
  1618. -- part contents for background part 8
  1619. ----- text -----
  1620. 1
  1621. 1
  1622. 1
  1623. 1
  1624. 1
  1625. 1
  1626. 1
  1627. 1
  1628. 1
  1629. 1
  1630. 7
  1631. 7
  1632. 1
  1633.  
  1634. -- part contents for background part 1
  1635. ----- text -----
  1636. 99 Students
  1637.  
  1638. -- part contents for card part 22
  1639. ----- text -----
  1640. G
  1641.  
  1642. -- part contents for card part 23
  1643. ----- text -----
  1644. E
  1645.  
  1646. -- part contents for card part 24
  1647. ----- text -----
  1648. 87
  1649.  
  1650. -- part contents for card part 25
  1651. ----- text -----
  1652. A
  1653.  
  1654. -- part contents for card part 26
  1655. ----- text -----
  1656. 69
  1657.  
  1658. -- part contents for card part 27
  1659. ----- text -----
  1660. 3
  1661.  
  1662. -- part contents for card part 28
  1663. ----- text -----
  1664. 2
  1665.  
  1666. -- part contents for card part 29
  1667. ----- text -----
  1668. 18
  1669.  
  1670. -- part contents for card part 30
  1671. ----- text -----
  1672. 4
  1673.  
  1674. -- part contents for card part 34
  1675. ----- text -----
  1676. G
  1677.  
  1678. -- part contents for card part 35
  1679. ----- text -----
  1680. F
  1681.  
  1682. -- part contents for card part 36
  1683. ----- text -----
  1684. 78
  1685.  
  1686. -- part contents for card part 37
  1687. ----- text -----
  1688. B+
  1689.  
  1690. -- part contents for card part 38
  1691. ----- text -----
  1692. 70
  1693.  
  1694. -- part contents for card part 39
  1695. ----- text -----
  1696. 2
  1697.  
  1698. -- part contents for card part 40
  1699. ----- text -----
  1700. 5
  1701.  
  1702. -- part contents for card part 46
  1703. ----- text -----
  1704. E
  1705.  
  1706. -- part contents for card part 47
  1707. ----- text -----
  1708. G
  1709.  
  1710. -- part contents for card part 48
  1711. ----- text -----
  1712. 95
  1713.  
  1714. -- part contents for card part 49
  1715. ----- text -----
  1716. A+
  1717.  
  1718. -- part contents for card part 50
  1719. ----- text -----
  1720. 71
  1721.  
  1722. -- part contents for card part 51
  1723. ----- text -----
  1724. 1
  1725.  
  1726. -- part contents for card part 52
  1727. ----- text -----
  1728. 3
  1729.  
  1730. -- part contents for card part 53
  1731. ----- text -----
  1732. 7
  1733.  
  1734. -- part contents for card part 54
  1735. ----- text -----
  1736. 13
  1737.  
  1738. -- part contents for card part 55
  1739. ----- text -----
  1740. 2
  1741.  
  1742. -- part contents for card part 58
  1743. ----- text -----
  1744. P
  1745.  
  1746. -- part contents for card part 59
  1747. ----- text -----
  1748. F
  1749.  
  1750. -- part contents for card part 60
  1751. ----- text -----
  1752. 64
  1753.  
  1754. -- part contents for card part 61
  1755. ----- text -----
  1756. C+
  1757.  
  1758. -- part contents for card part 62
  1759. ----- text -----
  1760. 67
  1761.  
  1762. -- part contents for card part 63
  1763. ----- text -----
  1764. 5
  1765.  
  1766. -- part contents for card part 64
  1767. ----- text -----
  1768. 4
  1769.  
  1770. -- part contents for card part 65
  1771. ----- text -----
  1772. 3
  1773.  
  1774. -- part contents for card part 66
  1775. ----- text -----
  1776. 15
  1777.  
  1778. -- part contents for card part 70
  1779. ----- text -----
  1780. A
  1781.  
  1782. -- part contents for card part 71
  1783. ----- text -----
  1784. G
  1785.  
  1786. -- part contents for card part 72
  1787. ----- text -----
  1788. 69
  1789.  
  1790. -- part contents for card part 73
  1791. ----- text -----
  1792. B-
  1793.  
  1794. -- part contents for card part 74
  1795. ----- text -----
  1796. 72
  1797.  
  1798. -- part contents for card part 75
  1799. ----- text -----
  1800. 0
  1801.  
  1802. -- part contents for card part 76
  1803. ----- text -----
  1804. 1
  1805.  
  1806. -- part contents for card part 77
  1807. ----- text -----
  1808. 11
  1809.  
  1810. -- part contents for card part 78
  1811. ----- text -----
  1812. 17
  1813.  
  1814. -- part contents for card part 41
  1815. ----- text -----
  1816. 2